home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if (the mouseLine >= 1) and (the mouseLine <= 7) then
- if the mouseLine = 1 then
- put "Bookstore" into field "purchase field"
- killOptionsList()
- else
- if the mouseLine = 2 then
- put "Computer Superstore" into field "purchase field"
- killOptionsList()
- else
- if the mouseLine = 3 then
- put "Mail Order" into field "purchase field"
- killOptionsList()
- else
- if the mouseLine = 4 then
- put "Mass Merchant" into field "purchase field"
- killOptionsList()
- else
- if the mouseLine = 5 then
- put "Software Store" into field "purchase field"
- killOptionsList()
- else
- if the mouseLine = 6 then
- put "Specialty Store" into field "purchase field"
- killOptionsList()
- else
- if the mouseLine = 7 then
- put "Other" into field "purchase field"
- killOptionsList()
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-